Dew Stats for .NET
|
Fits multiple linear equations to data.
Parameters |
Description |
[In] TVec B |
Returns regression coefficients for multiple linear function. |
[In] TMtx X |
Vector of independent variable. |
[In] TVec Y |
Vector of dependent variable. |
bool Constant |
If true then intercept term b(0) will be included in calculations. If false, set intercept term b(0) to 0.0. |
[In] TVec Weights |
Weights (optional). Weights are used only if they are set. |
The routine fits equations to data by minimizing the sum of squared residuals. The observed values obey the following equation:
where X is matrix, Y, B are vectors.
In the following example we generate some data. Then we fit multiple linear function to this data and retreive it's regression coefficients.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|